Q3Object_IsDrawable
You can use theQ3Object_IsDrawable
function to determine whether a QuickDraw 3D object is drawable.
TQ3Boolean Q3Object_IsDrawable (TQ3Object object);
object
- A QuickDraw 3D object.
DESCRIPTION
TheQ3Object_IsDrawable
function returns, as its function result, a Boolean value that indicates whether the QuickDraw 3D object specified by theobject
parameter is drawable (kQ3True
) or not (kQ3False
).